﻿@charset "utf-8";
/* reset css */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, legend, input, button, textarea, p, th, td {
	margin: 0;
	padding: 0;
}
fieldset, img {
	border: 0;
}
address, cite, dfn, em, var {
	font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
	font-weight: normal;
}
/* 清除浮动 */

.clearfix:after, .nav:after, .content:after, .grid:after, .h:after {
	content: '\20';
	display: block;
	height: 0;
	clear: both;
}
.clearfix, .nav, .content, .grid, .h {
 *zoom: 1;
}
.clear {
	clear: both;
	height: 0;
	font: 0/0 Arial;
	visibility: hidden;
}
.w540{width:540px;}
/* 通用 */

body, button, input, select, textarea {
	font: 12px/1.5 Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;
	color: #333;
}
.vm, input, label {
	vertical-align: middle;
}
.tc {
	text-align: center;
}
.fl {
	float: left;
	_display: inline;
}
.fr {
	float: right;
	_display: inline;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mr10 {
	margin-right: 10px;
}
.mr20 {
	margin-right: 20px;
}
.mr30 {
	margin-right: 30px;
}
.hide {
	display: none;
}
.nt {
	text-align: left;
	letter-spacing: -3em;
	overflow: hidden;
}
.nt:first-letter {
	margin-left: -20em;
}
/* 链接 */

a {
	color: #252525;
	text-decoration: none;
}
a:hover {
	color: #048;
}
a:active {
	outline: none;
}
/* nav */

.nav li, .nav dt, .nav dd {
	float: left;
	position: relative;
}
.nav a {
	display: inline-block;
}
.nav dt {
	font-weight: bold;
}
/* tab */

.tab {
	display: block;
}
.tab li {
	float: left;
}
.tab li a {
	display: block;
}
/* list */

.h li {
	float: left;
	_display: inline;
	_white-space: nowrap;
}
.list-t, .list-a, .list-p, .list-b-t, .list-p-t, .list-p-t li, .list-r {
	overflow: hidden;
	zoom: 1;
}
.list-t li, .list-a li, .list-p li, .list-b-t li, .list-p-t li, .list-r li {
	position: relative;
	line-height: 1.5;
}
.list-t li a {
	overflow: hidden;
	text-overflow: ellipsis;
}
.list-t li a:hover {
	text-decoration: underline;
}
.list-t li span.tag {
	margin-right: 5px;
}
.list-t li span.date {
	position: absolute;
	top: 0;
	right: 0;
}
.list-p li {
	text-align: center;
}
.list-a li a {
	display: inline-block;
}
/* 自定义 */

body {
	min-width: 1190px;
	font-family: microsoft yahei, simhei;
	font-size: 14px;
	background: #fff url(bg.png) top repeat-x;
}
.wrap {
	background: #fff url(bg.jpg) 50% 0 no-repeat;
}
.bd {
	width: 1190px;
	margin: 0 auto 20px;
}

.bd h1 {
	float: left;
	width: 50%;
	height: 140px;
	background: url(logo.png) 0 50% no-repeat;
}
.bd .search {
	float: right;
	width: 375px;
	height: 30px;
	margin: 70px 0 0;
	padding: 5px 0;
	position: relative;
}
.search input, .search button {
	float: left;
	display: inline-block;
	vertical-align: middle;
}
.search input {
	width: 208px;
	height: 20px;
	line-height: 20px;
	padding: 4px 4px 4px 26px;
	border: 1px #ccc solid;
	background: #fff url(search2.png) 5px 50% no-repeat;
	-webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .1);
	box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .1);
	outline: none;
}
.search button {
	width: 60px;
	height: 30px;
	border: none;
	background: #a5241c;
	color: #fff;
	cursor: pointer;
	text-align: center;
	margin-left: -1px;
	font: bold 14px/30px microsoft yahei;
}
.search .btn {
	float: left;
	display: inline-block;
	width: 70px;
	height: 30px;
	background-color: #024585;
	color: #fff;
	line-height: 30px;
	text-align: center;
	margin-left: 2px;
	vertical-align: middle;
	font-weight: bold;
}
.nav {
	height: 60px;
	background: url(nav.png) top repeat-x;
}
.nav ul {
	padding: 10px 0;
}
.nav li {
	width: 16.6%;
}
.nav li a {
	display: block;
	height: 40px;
	text-align: center;
	font:20px/40px microsoft yahei, simhei;
	color: #fff;
}
.nav li a i {
	display: inline-block;
	width: 40px;
	height: 45px;
	vertical-align: middle;
	margin-right: 4px;
	background-image: url(nav_i.png);
	transition: background-position .35s;
}
.nav .s1 {
	background-position: 0 0;
}
.nav .s2 {
	background-position: -40px 0;
}
.nav .s3 {
	background-position: -80px 0;
}
.nav .s4 {
	background-position: -120px 0;
}
.nav .s5 {
	background-position: -160px 0;
}
.nav .s6 {
	background-position: -200px 0;
}
.nav li a:hover {
	color: #ff0;
}
.nav li a:hover .s1 {
	background-position: 0 -40px;
}
.nav li a:hover .s2 {
	background-position: -40px -40px;
}
.nav li a:hover .s3 {
	background-position: -80px -40px;
}
.nav li a:hover .s4 {
	background-position: -120px -40px;
}
.nav li a:hover .s5 {
	background-position: -160px -40px;
}
.nav li a:hover .s6 {
	background-position: -200px -40px;
}
.footer {
    background-color: #005aa8;
    color: #fff;
}

.links {
    padding: 20px 0;
    background-color: #0063b8;
    color: #fff;
}

.links p {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    font: 0/0 microsoft yahei, simhei;
}

.links select {
box-sizing: border-box;
    width: 190px;
    border: 1px solid #005AA8;
    padding: 4px;
    height: 34px;
    color: #fff;
    background: #005AA8 url(jump.png) 176px center no-repeat;
    font: normal 14px/25px microsoft yahei;
    -webkit-appearance: none;
}

.links select+select {
    margin-left: 10px;
}

.copyright {
position: relative;
    width: 1102px;
    margin: 0 auto;
    padding: 50px 0;
    padding-left: 90px;
    line-height: 24px;
}


.wx {
    position: absolute;
    top: 40px;
    right: 20px;
    width: 80px;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
}

.wx img {
    width: 70px;
}

.inner {
	width: 1190px;
	margin: 0 auto;
	padding: 7px 0;
}

.ht {
	height: 40px;
	background: #fff;
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,.2);
	box-shadow: 0 1px 5px rgba(0,0,0,.2);
}
.ht .inner {
	width: 1190px;
	margin: 0 auto;
	line-height: 40px;
	position: relative;
}
.ht a {
	margin: 0 10px;
}












